home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part1 / 8915 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  944 b 

  1. Path: news.bridge.net!news
  2. From: David Byrden <100101.2547@compuserve.com>
  3. Newsgroups: comp.lang.c++
  4. Subject: Re: HELP -->> How to Include a File ??
  5. Date: 27 Feb 1996 12:18:22 GMT
  6. Organization: self-employed
  7. Message-ID: <4gusqe$8sh@news.bridge.net>
  8. References: <4gtgo0$jvr@news.service.uci.edu>
  9. NNTP-Posting-Host: ppp-mia1-59.bridge.net
  10. Mime-Version: 1.0
  11. Content-Type: text/plain; charset=us-ascii
  12. Content-Transfer-Encoding: 7bit
  13. X-Mailer: Mozilla 1.1N (Windows; I; 16bit)
  14.  
  15.  
  16. >> ! Each time I got an error message "C1010", can not find precompiled 
  17. >> header file or somthing, but Ido not include any precompiled header in 
  18. >> my little *.cpp file.
  19.  
  20.  
  21.   There's not enough information here for me to say exactly what's 
  22. happening, but try the menu
  23.  
  24.   BUILD / SETTINGS / C++ / category : Precompiled Headers
  25.  
  26. and, for both the Debug and Release builds of your project, choose
  27.  
  28.    Not Using Precompiled Headers
  29.  
  30.  
  31.                             David
  32.  
  33.